home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / demos / msh / 2a.dir / 00029_Script_29 < prev    next >
Text File  |  1995-11-29  |  224b  |  13 lines

  1. on exitFrame
  2.   global roll
  3.   set the timer to 0
  4.   repeat while the timer <180
  5.   end repeat
  6.   if roll=1 then
  7.     go to frame "rs5" of movie "2i.dir"
  8.   else
  9.     
  10.     go to frame "a" of movie "2.dir"
  11.   end if
  12.   
  13. end